home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6835 < prev    next >
Encoding:
Text File  |  1996-08-05  |  909 b   |  24 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: news2.interlog.com!rose!awhite
  3. From: awhite@user.rose.com (A White)
  4. Subject: Re: Shared libs with SAS
  5. Sender: news@rose.com (news)
  6. Organization: Rose Media Incorpoarted, Ontario, Canada
  7. Message-ID: <DpAu86.5tn@rose.com>
  8. References: <4jqn0i$klp@strauss.udel.edu>
  9. Date: Wed, 3 Apr 1996 18:33:42 GMT
  10.  
  11. In article <4jqn0i$klp@strauss.udel.edu>,
  12. John Pat Corigliano <jcorig@strauss.udel.edu> wrote:
  13. >I am making my first attempt at creating a shared library and am
  14. >>snipped
  15. >the LIBCODE option) but the linker declares these strange
  16. >"Undefined symbols":
  17. >  __CXD33    __CXV42   __CXV24   __CXD55   __CXA55    __CXV34
  18. >  __CXM22    __CXV54   __CXV45   __CXM33
  19.  
  20. Though you may not refer to any standard library functions, math operations
  21. may require library code - typically, __C????? is an internal reference to
  22. math, especially floating point, so don;t forget scm.lib
  23.  
  24.